Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial fix for #9. Swedish chars plus dead key input method #46

Merged
merged 2 commits into from
Aug 29, 2016

Conversation

moonhouse
Copy link
Contributor

Swedish support for issue #9 including dead key support.

da74f28 should be straight forward to add.

21a751a contains my experimental support for entering characters requiring where you first press a "dead key" followed by a letter. (In this case "¨" + "u" to get "ü" and "´" + "e" to get "é".) This adds a global variable and also adds an parameter to the keymap function so one might want to be more careful to add that one.

David Hall added 2 commits August 14, 2016 16:16
When characters with diacritical marks have no dedicated key on the
keyboard. Support for ü and é in Swedish character set. Introduces
global variable dead_key.
@rawles rawles merged commit b5777e5 into rawles:gh-pages Aug 29, 2016
@rawles
Copy link
Owner

rawles commented Aug 29, 2016

Thanks for this contribution. Sorry it took me a while to merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants